<squad>
	<description>
		<type>TYPE_ARMOURED_CAR</type>
		<nationality>NATIONALITY_BRITISH</nationality>

		<long_name>Morris Light Reconnaissance Car Mk. I</long_name>
		<short_name>Morris LRC</short_name>
		<comment>A lightly armoured scout car mounting a Boys Anti-tank rifle and a 7.62mm Bren machine gun</comment>

		<uniform>british_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>12</month><year>1941</year><number>100</number></data>
		<data><month>1</month><year>1943</year><number>110</number></data>
		<data><month>12</month><year>1945</year><number>100</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-Morris Light Reconnaissance Car.png</image_profile>
			<weight>3700</weight>
		</attributes>

		<drive>
			<engine>
				<name>Meadows 6 cylinder</name>
				<horsepower>72</horsepower>
				<reliability>RELIABILITY_AVERAGE</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2800</rpm_limit>
			</engine>

			<gears>
				<forwards>4</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_FRONT_WHEELS</steering>

			<exhaust_pipe><offsetX>40</offsetX><offsetY>190</offsetY></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-Morris Light Reconnaissance Car.png</image_view>

			<width>200</width>
			<length>390</length>
			<height>103</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>14@60</upper_front>
				<lower_front>14@-20</lower_front>
				<side>8</side>
				<upper_rear>8@20</upper_rear>
				<lower_rear>8@-10</lower_rear>
				<top>6</top>
				<bottom>6</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>200</width>
			<length>150</length>
			<height>45</height>

			<offsetX>0</offsetX>
			<offsetY>-30</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>14@30</front>
				<side>8</side>
				<rear>8</rear>
				<top>6</top>
			</armour>
		</superstructure>

		<superstructure>
			<width>80</width>
			<length>80</length>
			<height>40</height>

			<offsetX>-50</offsetX>
			<offsetY>-40</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>6</front>
				<side>0</side>
				<rear>6</rear>
				<top>0</top>
			</armour>
		</superstructure>

		<turret>
			<image_view>Image-Morris Light Reconnaissance Car turret.png</image_view>

			<diameter>95</diameter>
			<height>40</height>
			<offsetX>40</offsetX>
			<offsetY>-40</offsetY>

			<rotate_time>20</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>12</front>
				<side>12@30</side>
				<rear>12@30</rear>
				<top>8</top>
				<mantlet>0</mantlet>
			</armour>

			<smoke_discharger><offsetX>-25</offsetX><offsetY>0</offsetY><angle>0</angle><elevation>50</elevation><speed>10</speed><ammo>8</ammo><reload>4</reload></smoke_discharger>

			<weapon><type>WEAPON_LMG_BREN</type></weapon>
			<ammo><for>WEAPON_LMG_BREN</for><rounds>1000</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>60</rounds></ammo>
			</man>
		</turret>

		<fixed_weapon>
			<image_view>Image-Morris Light Reconnaissance Car AT rifle.png</image_view>

			<offsetX>-45</offsetX>
			<offsetY>-80</offsetY>
			<offsetZ>120</offsetZ>

			<rotate_time>5</rotate_time>
			<rotate_left>20</rotate_left>
			<rotate_right>20</rotate_right>

			<weapon><type>WEAPON_AT_RIFLE_BOYS</type></weapon>
			<ammo><for>WEAPON_AT_RIFLE_BOYS</for><rounds>30</rounds></ammo>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>60</rounds></ammo>
			</man>
		</fixed_weapon>
	</vehicle>
</squad>
